home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
turbovis
/
hsys12.zip
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-31
|
509b
|
13 lines
@echo off
echo Installation starts....
rem ┌──────────────────────────────────────────────────────┐
rem │ This is a simple installation batch. │
rem │ It is needed, because the naming of the files must be│
rem │ Borland-forum-appropriate. │
rem │ (Don't ask me) │
rem └──────────────────────────────────────────────────────┘
echo Copying files...
copy hftp.* helpfile.*>nul
rem that's it.
echo Installation complete!